home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
super_ka.swf
/
scripts
/
DefineSprite_937_gateDoor
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
248 b
|
12 lines
stop();
this.onEnterFrame = function()
{
var _loc1_ = _root;
if(_loc1_.game.clip.gateDoor.hitTest(_loc1_.game.clip.char))
{
this.onEnterFrame = null;
_loc1_.game.doorclose = false;
this.gotoAndStop(3);
}
};